home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9140 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: arapaho.cse.ucsc.edu!ray
  2. From: ray@cse.ucsc.edu (Ray Swartz)
  3. Newsgroups: comp.lang.c++
  4. Subject: Borland library Q
  5. Date: 28 Feb 1996 22:38:20 GMT
  6. Organization: UC Santa Cruz CIS/CE
  7. Message-ID: <4h2lgs$te@darkstar.UCSC.EDU>
  8. NNTP-Posting-Host: arapaho.cse.ucsc.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. I am accustomed to compiling and linking on UNIX.  
  12.  
  13. I am now using borland's 4.5 C++ compiler and can't seem to create
  14. a library of my pet routines
  15.  
  16. Here is what I did:
  17.  
  18. 1) wrote the routine in a .cpp file (getentry.cpp)
  19.  
  20. 2) compiled it to a .obj file
  21.  
  22. 3) ran the command: tlib raylib getentry
  23.  
  24. 4) added raylib.lib to my library path in the IDE (Options|Project|Linker)
  25.  
  26. 5) tried to compile a program needing getentry().
  27.  
  28. The compile failed with a message that it couldn't find getentry().
  29.  
  30.  
  31. I tried RTPSM (reading the piece of shit manual) but found it a) completely
  32. useless or b) what I am looking for is hidden in some non-obvious place.
  33.  
  34. So my question to the Borland gurus out there is 
  35.  
  36. What have I done wrong? or
  37.  
  38. What have I forgot to do? or
  39.  
  40. Thanks for your wisdom.
  41.  
  42. Ray 
  43.  
  44.